home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / emacs16d.zip / _VARIABL.MIN < prev    next >
Text File  |  1991-08-03  |  7KB  |  295 lines

  1.  
  2.  
  3.  
  4. Name:F-auto-paren-color
  5. Color that the matching parenthesis is set to when running auto-match-paren.
  6. [*]11[*]
  7.  
  8.  
  9. Name:F-auto-save
  10. If set to a non-zero value (N), then every N keystrokes, the function
  11. Fauto-save will be executed.  This function will save every modified buffer
  12. in an auto-save file.
  13. [*]0[*]
  14.  
  15.  
  16. Name:F-back-color
  17. Text background color.
  18. [*]0[*]
  19.  
  20.  
  21. Name:F-bell-pitch
  22. Default pitch of the bell when no argument or zero is handed to #(bl).  If
  23. negative, then a visible bell is used instead.  A visible bell is performed
  24. by inverting the screen.
  25. [*]2000[*]
  26.  
  27.  
  28. Name:F-bottom-percent
  29. Freemacs will attempt to scroll the window if the cursor is positioned within
  30. this percentage of the bottom of the window.
  31. [*]20[*]
  32.  
  33.  
  34. Name:F-case-fold-search
  35. If this variable is non-null, then case is ignored when searching.
  36. [*]x[*]
  37.  
  38.  
  39. Name:F-case-replace
  40. Non-null if we wish to fold case upon replacement.
  41. [*]x[*]
  42.  
  43.  
  44. Name:F-comment-column
  45. The column that comments should be aligned to.
  46. [*]41[*]
  47.  
  48.  
  49. Name:F-completion-ignored-extensions
  50. Comma separated and space terminated list of extensions.
  51. [*].obj ,.exe ,.bak [*]
  52.  
  53.  
  54. Name:F-control-color
  55. Color of control characters
  56. [*]13[*]
  57.  
  58.  
  59. Name:F-default-ext
  60. The default extension if none is given, i.e. there is no dot in the specified
  61. filename.  A null extension may be specified by appending a dot to a filename.
  62. [*][*]
  63.  
  64.  
  65. Name:F-delete-or-append
  66. If this variable is null, then the offered value when reading a line from the
  67. keyboard will be appended to by the first keypress.  If it is non-null, then
  68. the first keypress will delete the offered value.
  69. [*]-[*]
  70.  
  71.  
  72. Name:F-double-wait
  73. [*][*]
  74.  
  75.  
  76. Name:F-edit-history
  77. Should be 'yes' or 'no'.  Controls whether the user is prompted for a change
  78. notice.  Only has effect if a line with 'History:' is in the first three lines.
  79. [*]yes[*]
  80.  
  81.  
  82. Name:F-ext-mode-list
  83. List of pairs of strings.  First string is the extension, and the second
  84. string is the name of the major mode to edit the file.
  85. [*].edd,Text
  86. .doc,Text
  87. .txt,Text
  88. .mss,Text
  89. .src,Text
  90. .c,C
  91. .h,C
  92. .awk,C
  93. .min,Mint
  94. .asm,ASM
  95. .,Text
  96. .s,Scheme
  97. .scm,Scheme
  98. .lsp,Lisp
  99. .asm,ASM
  100. [*]
  101.  
  102.  
  103. Name:F-fill-column
  104. The column used by #(Ffill-paragraph)
  105. [*]71[*]
  106.  
  107.  
  108. Name:F-fill-prefix
  109. [*][*]
  110.  
  111.  
  112. Name:F-fore-color
  113. Text foreground color
  114. [*]7[*]
  115.  
  116.  
  117. Name:F-inhibit-snow
  118. Some display adapters (most notably IBM's CGA) will produce snow if the CPU
  119. writes at the same time the screen reads.  This can be avoided at a fairly
  120. high cost by waiting for retrace periods.  Setting this variable to a non-zero
  121. value will inhibit snow.
  122. [*]0[*]
  123.  
  124.  
  125. Name:F-left-comment
  126. [*]/* [*]
  127.  
  128.  
  129. Name:F-libs-to-load
  130. Libraries to load in addition to emacs.
  131. keys is required.  Terminate each name with a comma.
  132. [*]keys,[*]
  133.  
  134.  
  135. Name:F-make-backups
  136. If non-null, make backup files.
  137. [*][*]
  138.  
  139.  
  140. Name:F-mode-back-color
  141. Mode line background color
  142. [*]#(F-fore-color)[*]
  143.  
  144.  
  145. Name:F-mode-fore-color
  146. Mode line foreground color
  147. [*]#(F-back-color)[*]
  148.  
  149.  
  150. Name:F-page-delimiter
  151. [*]^ [*]
  152.  
  153.  
  154. Name:F-paragraph-separate
  155. Regular expression describing all the characters that seperate paragraphs.  See
  156. mintref.doc under #(lp)
  157. [*]^[      ]*$[*]
  158.  
  159.  
  160. Name:F-paragraph-separator
  161. [wjm 4/7/90]
  162. The space between paragraphs is marked by a line starting with either 
  163. (1) ##(fill-prefix)##(F-paragraph-separate) or 
  164. (2) with ##(F-paragraph-separate) 
  165. [*][       ]*$[*]
  166.  
  167.  
  168. Name:F-paragraph-start
  169. [wjm 4/7/90]
  170. The start of a paragraph is marked by either 
  171. (1) a line starting with ##(fill-prefix)##(F-paragraph-start), or 
  172. (2) a line not starting with ##(fill-prefix).
  173. [*][      ][*]
  174.  
  175.  
  176. Name:F-readline-color
  177. Readline foreground color
  178. [*]14[*]
  179.  
  180.  
  181. Name:F-real-location
  182. [*][*]
  183.  
  184.  
  185. Name:F-right-comment
  186. [*] */[*]
  187.  
  188.  
  189. Name:F-search-delete-char
  190. Character to delete from incremental search string (normally Back Space,
  191. C-h, or Del).
  192. [*]#(==,arg1,Del,Del,(#(==,arg1,C-h,C-h,(#(==,arg1,Back Space,Back Space)))))[*]
  193.  
  194.  
  195. Name:F-search-exit-char
  196. Character to exit incremental search (normally Escape or C-[).
  197. [*]#(==,arg1,C-[,C-[,(#(==,arg1,Escape,Escape)))[*]
  198.  
  199.  
  200. Name:F-search-quote-char
  201. Character to quote special characters for incremental search (normally C-q).
  202. [*]C-q[*]
  203.  
  204.  
  205. Name:F-search-repeat-char
  206. Character to repeat incremental search forwards (normally C-s).
  207. [*]C-s[*]
  208.  
  209.  
  210. Name:F-search-reverse-char
  211. Character to repeat incremental search backwards (normally C-r).
  212. [*]C-r[*]
  213.  
  214.  
  215. Name:F-search-yank-line-char
  216. Character to pull rest of line from buffer into search string (normally C-y).
  217. [*]C-y[*]
  218.  
  219.  
  220. Name:F-search-yank-word-char
  221. Character to pull next word from buffer into search string (normally C-w).
  222. [*]C-w[*]
  223.  
  224.  
  225. Name:F-swap-directory
  226. If non-null, Freemacs will swap to a disk file in the named directory when
  227. executing an external program.
  228. [*]#(hk,env.TMP,env.TEMP,env.EMACS)[*]
  229.  
  230.  
  231. Name:F-tab-columns
  232.     Each tab character advances the cursor to the next tab stop.  Each tab
  233. stop is #(lv,tc) characters apart.
  234. [*]8[*]
  235.  
  236.  
  237. Name:F-tab-stop-list
  238. Comma-terminated list of tab stops
  239. [*]4,41,[*]
  240.  
  241.  
  242. Name:F-top-percent
  243. Freemacs will attempt to scroll the window if the cursor is positioned within
  244. this percentage of the top of the window.
  245. [*]20[*]
  246.  
  247.  
  248. Name:F-visible-whitespace
  249. Set to one if you want trailing whitespace (spaces and tabs) to be visible.
  250. Set to zero if you want it to be invisible.  Freemacs was designed to
  251. take nothing for granted and assume that the user really wants to see
  252. everything that's in their file.  However, people have expressed a desire to
  253. be ignorant of the presence of trailing whitespace, hence this option.
  254. [*]1[*]
  255.  
  256.  
  257. Name:F-whitespace
  258.     A list of all whitespace: duplicated from my file parfix.min.
  259. In case it doesn't make it through the mail, it should start with a
  260. newline, and contain a space, a tab, another newline, and a ^L.
  261. [*]
  262.      
  263. [*]
  264.  
  265.  
  266. Name:F-whitespace-color
  267. [*]5[*]
  268.  
  269.  
  270. Name:Flocal-bind-vars
  271. Define a local variable, remembering it for later restoral.  Enter with
  272. arg1 = buffer-vars.number.name, so we strip off the prefix, and present
  273. it to local-bind-key.
  274. [*]#(ds,temp,arg1)
  275. #(..,##(fm,temp,.))
  276. #(..,##(fm,temp,.))
  277. #(Flocal-bind-key,##(temp),##(gs,##(temp)))
  278. [*]
  279.  
  280.  
  281. Name:Fset-variables
  282. Set the assembly language variables to those found in the MINT variables
  283. [*]#(sv,sd,#(F-swap-directory))
  284. #(sv,ws,#(F-visible-whitespace))
  285. #(sv,ts,#(F-top-percent))
  286. #(sv,bs,#(F-bottom-percent))
  287. #(sv,fc,#(F-fore-color))
  288. #(sv,bc,#(F-back-color))
  289. #(sv,wc,#(F-whitespace-color))
  290. #(sv,as,#(F-auto-save))
  291. #(sv,is,#(F-inhibit-snow))
  292. #(sv,tc,#(F-tab-columns))
  293. #(sv,bp,#(F-bell-pitch))
  294. #(sv,cc,#(F-control-color))
  295. [*]